home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2313 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.1 KB

  1. Path: grafix.xs4all.nl!john.hendrikx
  2. Date: Sun, 28 Jan 96 19:46:11 GMT+1
  3. Newsgroups: comp.sys.amiga.programmer
  4. Distribution: world
  5. Subject: Re: Amiga doesn`t need Planar!
  6. MIME-Version: 1.0
  7. Content-Type: text/plain; charset=iso-8859-1
  8. Content-Transfer-Encoding: 8bit
  9. From: john.hendrikx@grafix.xs4all.nl (John Hendrikx)
  10. Message-ID: <john.hendrikx.4a6p@grafix.xs4all.nl>
  11. Organization: Grafix Attack BBS Holland
  12.  
  13. In a message of 27 Jan 96 Michael Van Elst wrote to All:
  14.  
  15.  >> How about lines?  Drawing a (near) vertical line is very expensive.
  16.  
  17.  MVE> Depends. If your render engine (CPU or blitter) is fast compared to
  18.  MVE> memory speed then the line-drawing algorithm produces little overhead.
  19.  MVE> If it is slow then the number of graphics memory accesses are not
  20.  MVE> significant.
  21.  
  22. So, what do you think is likely nowadays?  Memory is slow these days.
  23.  
  24.  MVE> Also, the differences to chunky displays are much smaller if you have a
  25.  MVE> high resolution display and your lines are more than just a single
  26.  MVE> pixel wide.
  27.  
  28. That would have to be a pretty wide line, and you'd better hope it doesn't
  29. overlap a WORD or LONG boundary (or whatever width is used to access the
  30. gfx-memory).
  31.  
  32. You see, Planar can only get near to Chunky's speed when it comes to drawing a
  33. line, it usually is much lower however. Planar can never hope to exceed
  34. Chunky's speed at drawing a line, no matter if it is thicker, horizontal.  The
  35. only chance Planar has to be faster is when using display-depths Chunky does
  36. not directly support (ie, 5-bit deep) and even then the situation would have to
  37. be quite ideal for Planar to use less memory accesses than 8-bit Chunky to draw
  38. a line.
  39.  
  40. There are indeed a few things Planar can do faster, but these things are
  41. usually of very limited value and only needed in small areas taking only a
  42. small portion of the time spend manipulating graphics.
  43.  
  44. Grtz John
  45.  
  46. -----------------------------------------------------------------------
  47.  John.Hendrikx@grafix.xs4all.nl   TextDemo/FastView/Etc... development
  48. -----------------------------------------------------------------------
  49. -- Via Xenolink 1.981, XenolinkUUCP 1.1
  50.